home *** CD-ROM | disk | FTP | other *** search
/ Champak 33 / Volume 33 - JOGO DISK .iso / Games / petshop.swf / scripts / DefineButton2_244 / BUTTONCONDACTION on(rollOver).as
Text File  |  2007-01-15  |  170b  |  8 lines

  1. on(rollOver){
  2.    if(_root.aplay == false and _root.havePress == true)
  3.    {
  4.       _root.aaa2.gotoAndPlay("five");
  5.       _root.dogdog.gotoAndPlay("doglose");
  6.    }
  7. }
  8.